home *** CD-ROM | disk | FTP | other *** search
/ PC Basics 53 / PC Basics Issue 53.iso / Software / Internet / Invboard.exe / PC Basics 53 / Invboard / change_logs / RC1_to_RC2.txt < prev    next >
Encoding:
Text File  |  2002-06-06  |  2.7 KB  |  89 lines

  1. Upgrading from RC1 to RC2
  2. -------------------------
  3.  
  4. UPGRADE SCRIPT
  5. --------------
  6.  
  7. Upload the script 'upgade3.php' to your root IBF installation (the same directory that index.php is in).
  8. Run it via your web browser by typing the URL to the script in the address bar.
  9. When the script has completed, remove it from your server.
  10.  
  11.  
  12. Files to update
  13. ----------------
  14.  
  15. index.php
  16. admin.php
  17.  
  18. skin/s1/skin_global.php
  19. skin/s1/skin_online.php
  20. skin/s1/skin_ucp.php
  21. skin/s1/skin_msg.php
  22.  
  23. lang/en/email_content.php
  24. lang/en/lang_mod.php
  25. lang/en/lang_msg.php
  26. lang/en/lang_search.php
  27. lang/en/lang_ucp.php
  28.  
  29. sources/Admin/ad_forums.php
  30. sources/Admin/ad_groups.php
  31. sources/Admin/ad_languages.php
  32. sources/Admin/ad_settings.php
  33. sources/Admin/ad_skin_import.php
  34. sources/Admin/admin_skin.php
  35. sources/Admin/admin_functions.php
  36.  
  37. sources/lib/emailer.php
  38. sources/lib/usercp_functions.php
  39. sources/lib/post_parser.php
  40. sources/lib/post_poll.php
  41.  
  42. sources/Boards.php
  43. sources/functions.php
  44. sources/Memberlist.php
  45. sources/Messenger.php
  46. sources/Online.php
  47. sources/Post.php
  48. sources/Search.php
  49. sources/Topics.php
  50. sources/Usercp.php
  51.  
  52.  
  53. Bugs Fixed
  54. ----------
  55.  
  56. Moderator viewing IP addresses bug fix (credit: Josh)
  57. ACP:User Groups: List users in group error on guests and validating groups fix
  58. Post uploads register_globals off bug fix (PHP 4.2+ fix)
  59. Avatar uploads register_globals off bug fix (PHP 4.2+ fix)
  60. ASCII code in emails removed
  61. Next newest/oldest links picking moved topics bug fix
  62. UserCP email address change email subject empty bug fix
  63. Editing poll "no new replies" language fix
  64. Fix to stop silly people removing all language packs
  65. "bad arguments to implode" when importing skin packs on old PHP versions fix
  66. Ability to set number of replies to be "hot" bug fix
  67. Page numbers "missing" from online page at the bottom fix
  68. Changed: Move topics with attachments show attachment regardless of forum settings
  69. Changed: Date generation accounts for Daylight Savings Time
  70. Messenger: Sent items entries show wrong profile when clicking on sent to name
  71. Banned members receive blank page w/error bug fix
  72. Messenger: Bugs in archiving messages fixed
  73. Single quote in redirect screen title escaped bug fix
  74. Unable to use FTP:// in an image tag fix
  75. Redirect screens not centered bug fix
  76. Correct sub cat new post icon used in boards view
  77. Correct last post date used with sub categories
  78. Using three spaces to create a blank post bug fix
  79. Topic Tracker post icon bug fix
  80. Search: Highlighted words fixer upper
  81. Rouge spaces when editing post with quotes fix
  82.  
  83.  
  84.  
  85. DB changes (upgrade3.php will do these changes for you, shown here
  86. for those who want to manually update, etc)
  87.  
  88. ALTER TABLE ibf_topics CHANGE forum_id forum_id SMALLINT (5) DEFAULT '0' NOT NULL
  89. ALTER TABLE ibf_members ADD dst_in_use TINYINT (1) DEFAULT '0'